/*
Theme Name:     Twenty Eleven Manga
Theme URI:      http://example.com/
Description:    Child theme for the Twenty Eleven theme 
Author:         Wendy Oldfield
Author URI:     http://vekay.com/
Template:       twentyeleven
Version:        0.2.0
*/

@import url("../twentyeleven/style.css");

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }

a{ color:#c97624; text-decoration: none;}
a:hover{ color: #4d4b4c; text-decoration: underline; }

ul, ol, li { margin: 5;padding: 0; list-style:disc;}
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

body {
  background-color: #1B1B1B;
  color: #444444;
  font-size: 13px; 
  line-height: 1.231;
}

#page {
  margin: 31px auto;
  max-width: 1080px;
  width: 1080px;
}

nav#global_top_nav{ color: #ccccce; font-size: 12px; padding: 0 0 3px; background:#fff url('images/horizontal_dots.png') repeat-x 0 100%; border-bottom: solid 2px #fff; }
nav#global_top_nav>ul { width: 100%; height: 31px; background:#3b3c3d; }
nav#global_top_nav>ul li {float:left; line-height: 31px; padding: 0 10px;  }
nav#global_top_nav>ul li span { display: block; float: left; margin-right: 4px; }
nav#global_top_nav>ul li span.name { max-width:200px; text-overflow:ellipsis; overflow:hidden; white-space:nowrap; word-wrap: normal; margin-right: 0;}
nav#global_top_nav>ul li.right { float: right; }
nav#global_top_nav>ul li a:hover { color: #eee; }

.header_content {
  position: relative;
  padding: 0 0 3px;
  background: white url('images/horizontal_dots.png') repeat-x 0 100%;
  border-bottom: solid 2px white;
}

#main_header .header_content { height: 200px; padding-left: 184px; overflow: hidden; }
#main_header .header_top_separator { background: white url('images/horizontal_dots.png') repeat-x 0 100%; height: 3px; margin-bottom: 2px; }
#main_header h2 { margin: 0; padding: 0 0 0 3px; position:absolute; top: 0; left: 0; width: 178px; background: url('images/horizontal_dots.png') repeat-y 100% -1px;  }
#main_header h2 a { display: block;  width: 175px; height: 200px; padding: 0; text-align: center; background: url('images/main_nav_background.png') no-repeat 0 0;  }
#main_header .image { padding: 0; background: url('images/horizontal_dots.png') repeat-x -2px 100%; }
#main_header .nav { margin: 0; padding: 0; width: 110%; }
#main_header .nav li { float: left; background: url('images/horizontal_dots.png') repeat-y -2px 0; list-style:none;}
#main_header .nav li:first-child { background: none; }
#main_header .nav li a { font-family: Helvetica; font-size: 15px; font-weight: 400; color: #3B3C3D; line-height: 37px; text-decoration: none; padding: 3px 10px 0; display: block; cursor: pointer; }
#main_header .nav li a:hover { background-color: rgba(0,0,0,0.1); }

#main {
  background: #fcb040 url(http://mangamagazine.net/resources-2012.05.21.1521/main_content_gradient.png) no-repeat 0 0;
  overflow: auto;
  clear: both;
  padding: 20px;
}

.left-sidebar #primary {
  float: right;
  margin: 0;
  position: relative;
  width: 810px;
}

.single.left-sidebar #primary {
  float: right;
  margin: 0 0 0 -26.4%;
  width: 100%;
}

.left-sidebar #content {
  margin: 0 0 0 10px;
  width: 800px;
}

.left-sidebar #secondary {
  float: left;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  width: 210px;
}

aside.widget {
  background: #ffffff;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 0px 0px 5px 2px rgba(1, 1, 1, .1);
  padding: 3px;
  text-align: center;
  width: 200px;
}

div.widget-inner {
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border: #E9E8E7 1px solid;
  padding: 5px 0 10px;
}

h3.widget-title {
  color: #616263;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 20px;
  margin: 0;
  padding: 15px 0 0;
  text-transform: none;
}

.widget ul {
  margin: 15px 0 15px 25px;
  padding-right: 5px;
  text-align: left;
}

.widget ul li {
  color: #333;
  list-style-type: disc;
}

.widget a {
  font-weight: normal;
}

article.hentry {
  padding: 20px;
  border-radius: 10px;
  background-color: white;
  box-shadow: 0px 0px 5px 2px rgba(1, 1, 1, .1);
}

.entry-header .comments-link a {
  right: 20px;
}

footer {
  position: relative;
  clear: both;
  margin: 0 0 30px;
  background-color: 
    #F8D7A1;
  width: 100%;
  height: 25px;
}
footer > ul{padding-top:4px; margin: 0; text-align: center;}
footer > ul a{color:#333 !important;margin:0 auto;font-size:10px;}
footer > ul a:hover{color:#333;text-decoration:underline;}
footer > ul li{padding: 0 10px; color:#333;margin:0;font-size:10px;border-right:1px solid #333; display: inline; }
footer > ul li:last-child{border-right:none;}

/* Post Page */
.singular .hentry {
  border-bottom: none;
  padding: 10px;
  position: relative;
}
.singular .entry-header .entry-meta {
  position: absolute;
  top: 10px;
  left: 10px;
}
.singular .entry-title, .entry-title, .entry-title a {
  color: #4D4B4C;
}
.entry-title a:hover {
  color: #C97624;
}

.widget-title {
  line-height: 2em;
}
#nav-single {
  float: right;
  position: relative;
  top: 10px;
  right: 10px;
  text-align: right;
  width: 150px;
  z-index: 1;
}
.entry-meta {
  padding-left: 10px;
  color: #666;
  clear: both;
  font-size: 12px;
  line-height: 24px;
}
.singular .entry-header, .singular .entry-content, .singular footer.entry-meta {
  width: 90%;
}

#comments {
  background: #FFF;
  border-radius: 0 0 10px 10px;
  padding: 35px 0 30px 0;
  position: relative;
  top: -30px;  
}

#comments > h1 {
  padding: 0 0 8px;
  margin: 0 50px;
  font-size: 13px;
  font-weight: 700;
  border-bottom: dotted 1px #3C3C3C;
  color: #4D4B4C;
}

#comments #commentsEmpty {
  padding: 30px 0 10px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  color: #b4b2b3;
}

.commentlist {
  width: 490px;
}

.commentlist .avatar {
  border-radius: 0;
  box-shadow: none;
  left: -60px;
}

.commentlist .children .avatar {
  left: -50px;
  position: absolute;
  top: 0;
}

.commentlist footer {
  background: #FFF;
  height: 20px;
  margin-bottom: 0px;
}
.comment-meta {
  line-height: 12px;
}

.comment-meta .fn {
  color: #c97624;
  font-weight: bold;
}

.commentlist .children li.comment .fn {
  display: inline;
}

.comment-meta .fn:hover {
  color: #4d4b4c;
}

.comment-content p {
  margin-bottom: 5px;
}

.commentlist .children li.comment .comment-content {
  margin: 0;
  padding: 0 50px;
}

.commentlist .children li.comment .reply {
  padding: 0 50px;
}

.reply a.comment-reply-link {
  background: none;
  border-bottom: dashed 1px #c97624;
  color: #c97624;
  font-size: 12px;
  padding: 0;
  text-decoration: none;
}

.reply a.comment-reply-link:hover {
  color: #4d4b4c;
  border-bottom-color: #4d4b4c;
}

.commentlist > li::before, .commentlist > li.bypostauthor::before {
  content: "";
}
.commentlist > li.bypostauthor, .commentlist > li.comment {
  background: #FFF;
  border: none;
  padding: 1em 1.625em 1em 0;
}
.commentlist .children > li.bypostauthor, .commentlist .children li.comment {
  background: #FFF;
  border: none;  
}
#respond {
  background: #FFF;
  border: none;
  margin-bottom: 0px;
}

#respond .form-submit {
  float: none;
  left: 55px;
  margin: 0;
  position: absolute;
  top: 100%;
}
#respond input#submit {
  background: #4d4b4c;
  font-size: 10px;
  left: 0px;
  margin: 0;
  padding: 0 8px;
  top: 5px;
}
#respond input#submit:hover {
  background: #727171;
}
#commentform {
  padding: 0 0 0 55px;
  margin: 20px 0 0;
  position: relative;
}

#commentform img {
  height: 40px;
  left: 0;
  position: absolute;
  top: 0;
}

#commentform .commentField {
  padding: 1px 0 0 9px;
  margin: 0 0 10px -8px;
  background: url(images/comment_inputBg.png) left top no-repeat;

}

#commentform .commentFieldInner {
  padding: 5px;
  border: solid 1px #d9d9d9;
  border-width: 0 1px 1px 0;
}

#commentform .commentFieldInner textarea {
  border: 0;
  box-shadow: none;
  color: #444;
  font-size: 13px;
  font-style: italic;
  height: 32px;
  max-width: 100%;
  min-width: 100%;
  outline: none;
  overflow: auto;
  padding: 0;
  width: 100%;
}

.post footer.entry-meta {
  background-color: #f2f2f2;
}

/*Category page*/

h1.page-title {
  margin: 0 0 15px 25px;
  color: #5e4015;
  font-size: 18px;
  font-weight: 700;
  font-family: Helvetica;
  line-height: 18px;
  text-decoration: none; 
  text-shadow: 0 1px 0 #fdd79e;
}

.sidebar-margin-top {
  float: left;
  height: 33px;
  width: 200px;
}
#back_link {
  text-align: center;  
}

.single #back_link {
  padding-left: 120px;
  position: relative; 
  top: 3px;
}
.single #back_link a {
  font-weight: bold;  
}

.author #back_link, .archive #back_link, .category #back_link, 
  .tag #back_link {
  position: absolute;
  right: 0px;
}
.author #back_link a, .archive #back_link a, .category #back_link a,
  .tag #back_link a{
  color: #4d4b4c;
}
td {
    vertical-align:top !important;
    padding:20px 10px 20px 10px !important;
    border:none !important;
}